home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / coldfusion studio evaluation / data1.cab / CFS_Wizards / CFML / Library.vtm < prev    next >
Encoding:
Text File  |  1998-10-08  |  1.9 KB  |  58 lines

  1. <WIZARD name="LibraryWizard" caption="Library Wizard" image="..\\images\\wizardoutput.bmp">
  2.  
  3. <!--- wizard parameters --->
  4. <PARAM name="ApplicationName" value="" required="yes">
  5. <PARAM name="LibraryDirectory" value="" required="yes">
  6. <PARAM name="IsOverwriteEnabled" value="0" required="yes">
  7.  
  8.  
  9. <TEMPLATE
  10.   name="Library_FileForm.wml"
  11.   outputFile="$${SafeApplicationName}_FileForm.cfm"
  12.   outputPath="$${Location}"
  13.   description="Template that contains the file uploading form."
  14. >
  15. <TEMPLATE
  16.   name="Library_FileAction.wml"
  17.   outputFile="$${SafeApplicationName}_FileAction.cfm"
  18.   outputPath="$${Location}"
  19.   description="Template which uploads the file on the server. It also generates information about success of the upload."
  20. >
  21. <TEMPLATE
  22.   name="Library_FileLibrary.wml"
  23.   outputFile="$${SafeApplicationName}_FileLibrary.cfm"
  24.   outputPath="$${Location}"
  25.   description="Template displaying the content of the library."
  26. >
  27. <TEMPLATE
  28.   name="Library_OpenFile.wml"
  29.   outputFile="$${SafeApplicationName}_OpenFile.cfm"
  30.   outputPath="$${Location}"
  31.   description="Template returning the selected file back to the client."
  32. >
  33.  
  34.  
  35.  
  36. <!-------------- Enter tag settings ---------------------->
  37. <PAGE name="Page1" caption="Library Application" image="..\\images\\Main.bmp">
  38.  
  39.     <INPUT name="editApplicationName" param="ApplicationName" required="yes"
  40.         validationMsg="You cannot leave the custom tag name field blank">
  41.  
  42.     <INPUT name="editLocation" param="Location"    required="yes"
  43.         validationMsg="You cannot leave the location field blank">
  44.  
  45. </PAGE>
  46.  
  47.  
  48. <!-------------- Select Library Directory ---------------------->
  49. <PAGE name="Page9" caption="Library Directory" image="..\\images\\LibraryDir.bmp">
  50.  
  51.     <INPUT name="editLibraryDirectory" param="LibraryDirectory" required="yes"
  52.         validationMsg="You cannot leave the library directory field blank.">
  53.  
  54.     <INPUT name="cbIsOverwriteEnabled" param="IsOverwriteEnabled">
  55.  
  56. </PAGE>
  57.  
  58. </WIZARD>